home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / linuxcon.000 / linuxcon / linuxconf-1.6 / translate / translate.pm < prev    next >
Text File  |  1996-05-04  |  2KB  |  43 lines

  1. /* anlparm.c 07/04/96 00.08.16 */
  2. /* compile.c 19/02/96 00.25.34 */
  3. /* internal.c 20/08/95 00.02.38 */
  4. /* msgclean.c 14/04/96 23.54.10 */
  5. /* msgcomp.c 18/04/96 15.14.58 */
  6. /* msgscan.c 14/04/96 23.54.44 */
  7. /* msgupd.c 18/04/96 15.34.50 */
  8. /* sgml2flat.c 10/12/95 12.30.34 */
  9. /* testtra.c 18/02/96 14.37.52 */
  10. /* translat.c 04/05/96 02.11.34 */
  11. PUBLIC TRANSLATE_SYSTEM_REQ::TRANSLATE_SYSTEM_REQ (const char *_sysname,
  12.      const char **&_global_var,
  13.      int _nb_expected,
  14.      int _version);
  15. /* trstring.c 14/04/96 23.55.56 */
  16. PUBLIC LANG_STRING::LANG_STRING (char _lang, const char *_str);
  17. PUBLIC LANG_STRING *LANG_STRINGS::getitem (int no);
  18. PUBLIC TR_STRING::TR_STRING (const char *_id);
  19. PUBLIC const char *TR_STRING::getid (void);
  20. PUBLIC int TR_STRING::was_changed (void);
  21. PUBLIC void TR_STRING::reset_changed (void);
  22. PUBLIC int TR_STRING::getnblang (void);
  23. PUBLIC void TR_STRING::add2comment (const char *_comment);
  24. PUBLIC SSTRING *TR_STRING::settranslation (char lang, const char *str);
  25. PUBLIC LANG_STRING *TR_STRING::gettranslation (char lang);
  26. PUBLIC void TR_STRING::deltranslation (char lang);
  27. PUBLIC const char *TR_STRING::getmsg (char lang);
  28. PUBLIC void TR_STRING::write (FILE *fout);
  29. PUBLIC void TR_STRING::setorigin (const char *str);
  30. PUBLIC const char *TR_STRING::getorigin (void);
  31. PUBLIC TR_STRINGS::TR_STRINGS (void);
  32. PUBLIC TR_STRING *TR_STRINGS::getitem (int no);
  33. PUBLIC TR_STRING *TR_STRINGS::getitem (const char *id);
  34. PUBLIC int TR_STRINGS::read (const char *fname);
  35. PUBLIC int TR_STRINGS::write (const char *fname);
  36. PUBLIC int TR_STRINGS::write_mod (const char *fname);
  37. PUBLIC int TR_STRINGS::writeh (const char *sysname, const char *fname);
  38. PUBLIC void TR_STRINGS::setversion (int ver);
  39. PUBLIC int TR_STRINGS::getversion (void);
  40. PUBLIC void TR_STRINGS::deltranslation (char lang);
  41. PUBLIC void TR_STRINGS::showold (char deflang);
  42. /* vfopen.c 01/03/96 23.43.20 */
  43.